projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa2fada
)
(gnus-mule-initialize): Do not set
author
Kenichi Handa
<handa@m17n.org>
Sat, 8 Nov 1997 03:09:24 +0000
(
03:09
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sat, 8 Nov 1997 03:09:24 +0000
(
03:09
+0000)
nntp-coding-system-for-read and nntp-coding-system-for-write.
lisp/gnus/gnus-mule.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-mule.el
b/lisp/gnus/gnus-mule.el
index 2cc6674e66cfb53e2576fbcc2dff62eb55b05878..2a149bef3f907df69d7b57b19b827e5d93af7a17 100644
(file)
--- a/
lisp/gnus/gnus-mule.el
+++ b/
lisp/gnus/gnus-mule.el
@@
-189,9
+189,7
@@
coding-system for reading and writing respectively."
'gnus-mule-message-send-news-function)
(add-hook 'message-send-mail-hook
'gnus-mule-message-send-mail-function)
- (setq nntp-coding-system-for-read 'binary
- nntp-coding-system-for-write 'binary
- nnheader-file-coding-system 'binary
+ (setq nnheader-file-coding-system 'binary
nnmail-file-coding-system 'binary)
)